Esx Settings Depots Offline CreateSpec
The Esx Settings Depots Offline CreateSpec schema defines the information used to create a depot.
This schema was added in vSphere API 7.0.0.0.
{
"authentication_spec": {
"method": "string",
"authentication_key": "string",
"authentication_value": "string"
},
"description": "string",
"source_type": "string",
"location": "string",
"file_id": "string",
"ownerdata": "string"
}
Describe the authentication to be used for connecting to the remote depot.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no authentication will be done.
Description of the depot.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the description will be empty.
Type of the source from which offline bundle is obtained.
For more information see: Esx Settings Depots Offline SourceType.
This property was added in vSphere API 7.0.0.0.
Location of the depot from which content should be retrieved.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of source_type is Esx Settings Depots Offline SourceType.PULL.
File identifier returned by the file upload endpoint after file is uploaded.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of source_type is Esx Settings Depots Offline SourceType.PUSH.
Private data saved by the Esx Settings Depots Offline Info.owner of the depot. It is opaque to vLCM.
This property was added in vSphere API 7.0.3.0.
If missing or null
, no ownerdata will be saved.